home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / Essentials / hotdog65demo.exe / %MAINDIR% / HTMLHelp / HOTDOG6.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-03  |  2.1 KB  |  64 lines

  1.  
  2.  P, LI { font-family : "Tahoma";
  3.          font-size : 8.0pt;
  4.          color : black;
  5.          margin-left : 6.0pt;
  6.          margin-top : -5.0px;}
  7.  BODY { background-repeat : no-repeat;
  8.         background-color : white;
  9.         background-image : url("Help_Background.jpg");
  10.         background-position:                                            0.0in 0.0in;}
  11.  H1 { font-family : "Tahoma";
  12.       font-size : 14.0pt;
  13.       background-color : #0033CC;
  14.       text-align : center;
  15.       color : white;
  16.       border : solid purple 1.0pt;
  17.       margin-left : 70.0px;
  18.       margin-top : -5.0px;
  19.       margin-bottom : 12.0mm;}
  20.  H2 { font-family : "Tahoma";
  21.       font-style : normal;
  22.       font-weight : normal;
  23.       font-size : 10.0pt;
  24.       background-color : #0033CC;
  25.       color : white;
  26.       border : groove black 0.5pt;
  27.       padding-left : 2.0pt;}
  28.  PRE.HTMLCODE { font-family : "Courier New";
  29.                 font-size : 8.0pt;
  30.                 color : blue;}
  31.  PRE { font-size : 8.0pt;}
  32.  H3 { font-family : "Tahoma";
  33.       font-weight : bold;
  34.       font-size : 8.0pt;
  35.       color : navy;
  36.       margin-left : 6.0pt;
  37.       margin-bottom : 6.0pt;}
  38.  P.listing { margin-left : -20.0px;}
  39.  OL { margin-left : 12.0pt;}
  40.  UL { margin-left : 24.0pt;}
  41.  P.HTMLCODE { font-family : "Courier New";
  42.               font-size : 8.0pt;
  43.               color : blue;}
  44.  A:link { font-family : "Tahoma";
  45.           text-decoration : none;
  46.           color : #0000B7;}
  47.  A:visited { font-family : "Tahoma";
  48.              text-decoration : none;
  49.              color : #0000B7;}
  50.  UL.SMLIST { margin-left : 24.0pt;}
  51.  A:hover { text-decoration :underline;}
  52.  CITE.expandspot { font-style : normal;
  53.                    color : green;
  54.                    cursor: hand;}
  55.  DFN.collapsed { font-style : italic;
  56.                  font-weight : normal;
  57.                  display :           'none';
  58.                  color : red;}
  59.  DFN.expanded { font-style : italic;
  60.                 font-weight : normal;
  61.                 color : red;}
  62.  EM.dropspot { color : green;
  63.                cursor: hand;}
  64.